MESCIUS SPREAD for Windows Forms 15.0J
FillIfEmpty メソッド

範囲の開始インデックス。
範囲の長さ。
格納する値。
配列の範囲に指定した値を格納します。空の要素のみに値が格納されます。
構文
'宣言
 
Public Function FillIfEmpty( _
   ByVal index As Integer, _
   ByVal length As Integer, _
   ByVal value As T _
) As Integer
public int FillIfEmpty( 
   int index,
   int length,
   T value
)

パラメータ

index
範囲の開始インデックス。
length
範囲の長さ。
value
格納する値。

戻り値の型

値が格納された要素の総数を表すSystem.Int32値。
参照

IntervalArray<T> クラス
IntervalArray<T> メンバ

 

 


© MESCIUS inc. All rights reserved.